home *** CD-ROM | disk | FTP | other *** search
-
- /* $Id: TicCell.h,v 1.1.1.1 1993/03/18 03:36:20 davis Exp $ */
-
- #import "SubCell.h"
-
- @interface TicCell:SubCell
- {
- }
-
-
- /*
- * TicObjects have both a string value and a double value, and
- * TicCells draw them both.
- */
- - drawInside:(const NXRect *)cellFrame inView:controlView;
-
-
- @end
-